# Page Not Found

The URL `yi-de-xin-tiao-mo-ling-jian 利用紅外線發射和接收，偵測血液的流動，透過接收值的變化來計算出心跳的頻率。` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [簡易的心跳偵測模組零件](https://s761111.gitbook.io/raspi-sensor/yi-de-xin-tiao-mo-ling-jian.md)
- [與火災相關的警報零組件](https://s761111.gitbook.io/raspi-sensor/huo-xiang-de-jing-ling-jian.md)
- [樹莓派與紅外線遙控器](https://s761111.gitbook.io/raspi-sensor/shu-mei-pai-yu-gong-wai-xian.md)
- [用Python點亮LED](https://s761111.gitbook.io/raspi-sensor/yong-python-liang-led.md)
- [人體移動感應器(PIR)](https://s761111.gitbook.io/raspi-sensor/ren-yi-gan-qi-pir.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter, and the optional `goal` parameter:

```
GET https://s761111.gitbook.io/raspi-sensor/yi-de-xin-tiao-mo-ling-jian.md?ask=<question>&goal=<end_goal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

### Option 2 — Browse the documentation index

Full index: https://s761111.gitbook.io/raspi-sensor/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://s761111.gitbook.io/raspi-sensor/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/raspi-sensor/yi-de-xin-tiao-mo-ling-jian.md`).

You may also use `Accept: text/markdown` header for content negotiation.
